Papers with deep learning based methods
BOUN-ISIK Participation: An Unsupervised Approach for the Named Entity Normalization and Relation Extraction of Bacteria Biotopes (D19-57)
Copied to clipboard
| Challenge: | In 2011, the Bacteria Biotope Task was conducted for the first time as a part of the BioNLP Shared Task targeting the extraction of useful information regarding bacteria and their habitats. |
| Approach: | They propose two systems for the normalization of entities and the identification of relations between entities given a biomedical text. |
| Outcome: | The proposed method performs as good as deep learning based methods which require labeled data. |
A Review on Deep Learning Techniques Applied to Answer Selection (C18-1)
Copied to clipboard
| Challenge: | Existing deep learning methods for answer selection are not feature engineering or expensive external resources. |
| Approach: | They propose to use deep learning methods to analyze and predict answer quality . they use a set of candidate answers to identify which of the candidates answers the question correctly. |
| Outcome: | The proposed methods produce impressive performance without feature engineering or expensive external resources. |
Tweet Stance Detection Using an Attention based Neural Ensemble Model (N19-1)
Copied to clipboard
| Challenge: | Existing deep learning approaches to stance detection in twitter are inadequate to deal with the vanishing-gradient and overfitting problems. |
| Approach: | They propose a neural ensemble model that adopts strengths of two LSTM variants to learn better long-term dependencies. |
| Outcome: | The proposed model improves on the existing deep learning models on single and multi-target stance detection datasets. |
RoBoCoP: A Comprehensive ROmance BOrrowing COgnate Package and Benchmark for Multilingual Cognate Identification (2023.emnlp-main)
Copied to clipboard
Liviu Dinu, Ana Uban, Alina Cristea, Anca Dinu, Ioan-Bogdan Iordache, Simona Georgescu, Laurentiu Zoicas
| Challenge: | Existing databases for romance cognates are scattered, incomplete, noisy, or have uncertain availability. |
| Approach: | They propose to use etymological information to identify Romance cognates and borrowings from dictionaries to identify their ethymology. |
| Outcome: | The proposed method achieves 94% accuracy on two pairs of Romance languages. |
Intrinsic Subgraph Generation for Interpretable Graph Based Visual Question Answering (2024.lrec-main)
Copied to clipboard
| Challenge: | Visual Question Answering (VQA) is acknowledged as a challenging multi-modal task for Machine Learning (ML). |
| Approach: | They propose an interpretable approach for graph-based Visual Question Answering . their model is designed to intrinsically produce a subgraph during the question-answering process as its explanation . |
| Outcome: | The proposed model outperforms existing explainable methods on a graph-based VQA dataset. |